home *** CD-ROM | disk | FTP | other *** search
/ The Big Mouth 13 / Big_Mouth_The_13_1996_-_Side_C.d64 / the main menu_bm (.txt) < prev   
Commodore BASIC  |  2023-02-26  |  1KB  |  49 lines

  1. 1 rem"          "bugger off(NULL)
  2. 2 poke 808,234:poke 53280,0:poke 53281,0
  3. 4 fort=1 to 500:next
  4. 6 print"[147][155]"tab(7)"the big mouth - main menu"
  5. 8 fort=1 to 2000:next
  6. 10 print"[147]"
  7. 15 fort=1 to 500:next
  8. 20 printtab(7)"the big mouth - main menu"
  9. 30 print"a - life"
  10. 31 print"b - quad-mania"
  11. 32 print"c - fake"
  12. 33 print"d - miscellaneous tunes"
  13. 34 print"e - last ninja ripp"
  14. 35 print"f - satisfied santa"
  15. 36 print"g - usagi yojimbo"
  16. 37 print"h - jumpman junior"
  17. 38 print"i - reaction test 3"
  18. 50 print"pick a program to load (a-i) ?"
  19. 55 get a$:if a$="" then 55
  20. 60 a=asc(a$):if a-64<1 or a-64>9 then 55
  21. 65 if a-64=1 then 100
  22. 66 if a-64=9 then 140
  23. 67 forx=49152 to 49170:ready:poke x,y:nextx
  24. 70 print""tab(15)" loading "
  25. 75 sys 49152
  26. 76 data 120,169,013,141,040,003,169,192
  27. 77 data 141,041,003,088,096,238,032,208
  28. 78 data 076,237,246
  29. 80 on a-65 goto 105,110,115,120,125,130,135
  30. 99 :
  31. 100 print"load"chr$(34)"      life      "chr$(34)",8,1":print"run[145][145][145][145][145][145][145][145]"
  32. 101 new
  33. 105 load"   quad-mania   ",8,1
  34. 110 load"f.a.k.e     .exe",8,1
  35. 115 load" miscellaneous  ",8,1
  36. 120 load"last ninja ripp ",8,1
  37. 125 print"[147] satisfied santa - note"
  38. 126 print"this picture depicts santa in a way thatsome may find offensive."
  39. 127 print"the big mouth accepts no liability for  any offence caused"
  40. 128 print"if you do not want to be offended then  reset your computer now"
  41. 129 load"satisfied santa ",8,1
  42. 130 print"samurai warrior cheat:"
  43. 131 print"press f[146] on the title screen"
  44. 132 load"s.wariors +1/tcc",8,1
  45. 135 print"jumpman junior ar poke:"
  46. 136 print"infy lives - 39914,173"
  47. 137 load" jumpman junior ",8,1
  48. 140 load"reaction test 3 ",8
  49.